Skip to content

chore(deps): update dependency @playwright/test to v1.54.2 - autoclosed#862

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/playwright-monorepo
Closed

chore(deps): update dependency @playwright/test to v1.54.2 - autoclosed#862
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/playwright-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) 1.53.1 -> 1.54.2 age confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.54.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.53.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5pm on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from f3db54e to cb632f7 Compare July 10, 2025 12:41
@renovate renovate Bot changed the title chore(deps): update dependency @playwright/test to v1.53.2 chore(deps): update dependency @playwright/test to v1.54.0 Jul 10, 2025
@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from cb632f7 to 367b8be Compare July 11, 2025 18:34
@renovate renovate Bot changed the title chore(deps): update dependency @playwright/test to v1.54.0 chore(deps): update dependency @playwright/test to v1.54.1 Jul 11, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @playwright/test to v1.54.1 chore(deps): update dependency @playwright/test to v1.54.2 Aug 7, 2025
@renovate renovate Bot force-pushed the renovate/playwright-monorepo branch from 367b8be to 7f6cee0 Compare August 7, 2025 11:35
@renovate renovate Bot changed the title chore(deps): update dependency @playwright/test to v1.54.2 chore(deps): update dependency @playwright/test to v1.54.2 - autoclosed Aug 14, 2025
@renovate renovate Bot closed this Aug 14, 2025
@renovate renovate Bot deleted the renovate/playwright-monorepo branch August 14, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants